d/* Update package names and build rules to no SO-version
authorGert Wollny <gw.fossdev@gmail.com>
Tue, 11 Oct 2016 20:11:11 +0000 (20:11 +0000)
committerGert Wollny <gw.fossdev@gmail.com>
Tue, 11 Oct 2016 20:11:11 +0000 (20:11 +0000)
debian/control
debian/libdcmtk8.install [deleted file]
debian/libdcmtk8.lintian-overrides [deleted file]
debian/libdcmtk9.install [new file with mode: 0644]
debian/libdcmtk9.lintian-overrides [new file with mode: 0644]
debian/rules

index b72b417f281a857fc3764e0b2cb369555c791225..5669f4565ff13cab5667a2bfa5b1dabedf787a58 100644 (file)
@@ -39,7 +39,7 @@ Description: OFFIS DICOM toolkit command line utilities
  .
  Note: This version was compiled with libssl support.
 
-Package: libdcmtk8
+Package: libdcmtk9
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -66,7 +66,7 @@ Depends: libxml2-dev,
          libwrap0-dev, 
          libcharls-dev, 
          libtiff-dev, 
-         libdcmtk8 (= ${binary:Version}),
+         libdcmtk9 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: dcmtk-doc
 Breaks: libinsighttoolkit4-dev (<< 4.9.0)
diff --git a/debian/libdcmtk8.install b/debian/libdcmtk8.install
deleted file mode 100644 (file)
index e29d7cb..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*.so.*
-usr/share/libdcmtk8/*.dic
diff --git a/debian/libdcmtk8.lintian-overrides b/debian/libdcmtk8.lintian-overrides
deleted file mode 100644 (file)
index eba395f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# There is more than one library in one package bundles which makes perfectly
-# sense in this application but does not enable naming the library package apropriately
-libdcmtk8: package-name-doesnt-match-sonames
-libdcmtk8: embedded-library
-libdcmtk8: no-symbols-control-file
diff --git a/debian/libdcmtk9.install b/debian/libdcmtk9.install
new file mode 100644 (file)
index 0000000..951fa12
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/*.so.*
+usr/share/libdcmtk9/*.dic
diff --git a/debian/libdcmtk9.lintian-overrides b/debian/libdcmtk9.lintian-overrides
new file mode 100644 (file)
index 0000000..55bfa94
--- /dev/null
@@ -0,0 +1,5 @@
+# There is more than one library in one package bundles which makes perfectly
+# sense in this application but does not enable naming the library package apropriately
+libdcmtk9: package-name-doesnt-match-sonames
+libdcmtk9: embedded-library
+libdcmtk9: no-symbols-control-file
index 16ae5135d6a2f8006b25f52bb644f026b2f9b47a..cdf4bc3fceb10df5f36ca6812939c5d43937a98c 100755 (executable)
@@ -38,7 +38,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \
  -DDCMTK_WITH_ICONV:BOOL=ON \
  -DUSE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON \
  -DCMAKE_VERBOSE_MAKEFILE=ON \
- -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk8 \
+ -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk9 \
  -DCMAKE_SKIP_RPATH:BOOL=OFF